CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - verilog spi

搜索资源列表

  1. en.SPI_EEPROM_Verilog_models_V10

    0下载:
  2. spi接口的eeprom模型,型号为st公司m65pxx(The eeprom model of spi interface is st company m65pxx)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-13
    • 文件大小:63969
    • 提供者:a2530036128
  1. spiVerilog-master

    0下载:
  2. spiVerilog A Verilog SPI module
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-15
    • 文件大小:1143808
    • 提供者:d.pershin
  1. FPGA实现SPI的程序实例

    0下载:
  2. 基于verilog的FPGA spi通信协议,sck.(FPGA spi communication protocol based on verilog, SCK.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-20
    • 文件大小:553984
    • 提供者:巴拉望
  1. SPI

    0下载:
  2. SPI(Serial Peripheral Interface,串行外设接口)是Motorola公司提出的一种同步串行数据传输标准,是一种高速的,全双工,同步的通信总线,在很多器件中被广泛应用。 SPI相关缩写 SS: Slave Select,选中从设备,片选。 CKPOL (Clock Polarity) = CPOL = POL = Polarity = (时钟)极性 CKPHA (Clock Phase) = CPHA = PHA = Phase = (时钟)相位
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:helimpopo
  1. spi

    1下载:
  2. 使用verilog语言实现spi传输协议(Using Verilog language to implement SPI transport protocol)
  3. 所属分类:硬件设计

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:天地孤影i
  1. bingo_spi_test

    0下载:
  2. 利用SPI实现FPGA和外设之间的通信。经过Modelsim仿真验证。(为FPGA设计技巧与案例开发详解一书源码)(Using SPI to implement communication between FPGA and peripheral. After Modelsim simulation verification. (for FPGA design techniques and case development detailed explanation of a book source
  3. 所属分类:书籍源码

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:August_cwj
  1. spi

    0下载:
  2. 基于FPGA的SPI通信协议,主机的Verilog代码(SPI - based SPI Communication Protocol)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ambitiouszty
  1. SPI协议的Verilog_实现

    0下载:
  2. spi串口原理介绍,并附有verilog编程代码,有助于在FPGA上实现。(The principle of SPI serial, and with a Verilog programming code, contribute to the implementation on FPGA.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:292864
    • 提供者:01121100
  1. Master SPI的Verilog源代码(包括文档 测试程序)

    0下载:
  2. SPI接口的从机实现(利用verilog HDL语言)(Slave implementation of SPI interface (using Verilog HDL language))
  3. 所属分类:串口编程

  1. eetop.cn_simple_spi

    0下载:
  2. spi 模块代码 RTL verilog(spi rtl code)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:43008
    • 提供者:harrymao
  1. spi master slave

    0下载:
  2. SPI master slave (fpga/verilog)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-08
    • 文件大小:67584
    • 提供者:taso999
  1. spi

    0下载:
  2. 通过SPI接口给一段位宽16位长度为8的配置寄存器进行赋值。位宽为16 表示存储的数据信息位数为16,长度为8,则代表的是寄存器的深度为8。 在输入第一位数据时,定义一个计数器count,以判断目前接收了几个数据。当接收到第8位时,后六位为地址,前两位用于判断,10表示读操作,11表示写操作,进入读写操作后仍需计数,以便判断何时读完或写完,当count=24时为读写操作完毕。(Through the SPI interface to a 16 bit length 8 configuratio
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:雪宝y
  1. spi_master

    0下载:
  2. SPI通信:串行flash的读写擦除命令通过SPI接口进行通信。? CPU芯片与FPGA通过SPI接口进行通信。? 其他功能集成电路芯片参数寄存器配置。例如DAC芯片内部有很多寄存器(因为芯片有很多功能,要通过设置寄存器不同的开关来打开或关闭相应的功能,一上电去初始化寄存器)需要我们去配置。FPGA一上电也是通过配置芯片里边来读取数据,然后配置FPGA内部的SRAM。FPGA是读取FLASH里边的串行数据,读取完校验完才配置到我们的FPGA的SRAM中去。速度比串口快,而且是同步传输。(Th
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-11
    • 文件大小:3389440
    • 提供者:小云子
  1. spi_masterSPI Master 的Verilog源代码

    0下载:
  2. 实现SPI主站通信功能,感兴趣的可以下载。(spi master use verilog.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:133120
    • 提供者:wenyiwenni
  1. spi_8r8w

    0下载:
  2. 同时实现多个SPI从设备的连续读写,读写字节数可变化(implement multiply spi slave read/write operation, and the operation's bytes can be changed)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:zhou8848
  1. SPI

    0下载:
  2. 用Verilog语言实现FPGA串口通信(Using Verilog language to realize FPGA serial communication)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:15360
    • 提供者:柠檬琉璃夏
  1. spi_master

    0下载:
  2. 用verilog编写的SPI代码,这个代码是FPGA作为主机可以发送和读取数据,上板验证过,我测试的时候SPI的CLK速率是5M,读写都没问题,稳,至于更高的速率没测试过。 下面鬼畜的百度翻译大家就不要看了,我不知道他想表达啥意思~(SPI code written in Verilog, the code is FPGA as the host can send and read data, the upper board verified, when I test the SPI CL
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:你到底是谁
  1. 实验12 基于SPI的93LC46存储实验

    1下载:
  2. 用于实现通过spi传输数据进行读写并在lcd显示(It is used to read and write data transmitted through SPI and display in LCD.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:309248
    • 提供者:bingl
  1. 黑金Sparten6开发板Verilog教程V1.6

    2下载:
  2. 黑金spartan的开发板教程,包含了各类接口如spi,uart,vga的用例,以及各项存储器如flash,ddr的操作方法(spartan 6 example design)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-03
    • 文件大小:19894272
    • 提供者:爱的分啥
  1. spi slave程序

    1下载:
  2. spi slave的verilog程序,有测试平台testbench程序,实现fpga作为salve的功能(spi slave verilog program)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2019-06-11
    • 文件大小:5120
    • 提供者:CARL_2018
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com